home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / partrn39.h < prev    next >
Text File  |  1996-07-10  |  544b  |  34 lines

  1. union parm_trn39 {
  2. struct {
  3.     short buf_size;
  4.     short pool_len;
  5.     short pool_addr;
  6.     short *open_data;
  7.     }parm_open;
  8.  
  9. struct {
  10.     short buffer_len_one;
  11.     short buffer_len_two;
  12.     struct buffer_one*pbo;
  13.     struct buffer_two*pbt;
  14.     short *write_data;
  15.     }parm_write;
  16.  
  17. struct {
  18.     char option;
  19.     short *user_length;
  20.     short *read_data1;
  21.     short *read_data;
  22.     }parm_read;
  23. union {
  24. struct {
  25.     char buffer_get;
  26.     short *bufget_data;
  27.     }parm_get;
  28.  
  29. struct {
  30.     struct buffer_one*pbo;
  31.     short *buffree_data;
  32.     }parm_free;
  33.       }parm_ioctl;
  34.      };